Search results

35 packages found

Extremely fast set and map/reduce operations for Arrays and Sets plus CartesianProducts

published 0.5.2 a year ago
M
Q
P
M
Q
P

Set operations on human-friendly ranges.

published 1.2.0 16 days ago
M
Q
P

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

published 1.36.0 5 months ago
M
Q
P

set union & interset etc operations

published 0.1.1 7 years ago
M
Q
P

Data structure to hold a collection of ranges. It has builtin support for numbers, dates, and strings, fast O(log(log(N))) bounds, and provides comprehensive set operations.

published 1.1.0 10 months ago
M
Q
P

Provides a collection of non-recursive tools for performing operations on deeply nested object properties and prototypes. Allows for custom execution settings including non-native dataset handling.

published 0.3.3 6 years ago
M
Q
P

Non-mutating operations on data structures.

published 1.7.0 7 years ago
M
Q
P

Non-mutating operations on arrays (immutably extension).

published 1.4.0 7 years ago
M
Q
P

Getter for non-mutating operations on data structures.

published 1.1.0 7 years ago
M
Q
P

``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol

published 1.0.2 a year ago
M
Q
P

Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities

published 6.3.59 4 days ago
M
Q
P

[Deprecated] JST to perform set intersection and set subtraction operations on 2 user provided arrays

published 0.0.8-2023.1.1 3 months ago
M
Q
P

Allows extra operations on JavaScript collections: Array, Map and Set.

published 0.4.2 6 days ago
M
Q
P

Set operations for ES6 sets

published 0.0.5 9 years ago
M
Q
P

Minimalist set theory operations for Array-like objects in less than 1KB

published 0.0.1 9 years ago
M
Q
P

Provides functions to operate on Sets, Arrays and Array-Like JavaScript data structures

published 1.0.5 a year ago
M
Q
P

Constrained mixin that applies set-theoretic operations to set classes

published 0.1.6 a year ago
M
Q
P

Extending the Set class in order to support mathematical set properties and operations.

published 1.6.0 a year ago
M
Q
P

fluent API library for set operations

published 1.1.2 5 years ago
M
Q
P